home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 53 / PC Actual CD 53.iso / Linux / Java / Bluej / bluej-111.jar / Installer$1.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-09-15  |  616 b   |  17 lines

  1. import java.awt.event.ActionEvent;
  2. import java.awt.event.ActionListener;
  3.  
  4. final class Installer$1 implements ActionListener {
  5.    // $FF: synthetic field
  6.    private final Installer this$0;
  7.  
  8.    // $FF: synthetic method
  9.    Installer$1(Installer var1) {
  10.       this.this$0 = var1;
  11.    }
  12.  
  13.    public void actionPerformed(ActionEvent var1) {
  14.       this.this$0.progress.setValue(this.this$0.progressPercent);
  15.    }
  16. }
  17.